home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Site Building / Linkcrafter / LinkCrafter .exe / file0012.bin / 0 / RCDATA / THTMLFORM / THTMLFORM.txt
Encoding:
Text File  |  1999-09-14  |  2.6 KB  |  124 lines

  1. object HTMLForm: THTMLForm
  2.   Left = 216
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'Hit Counter HTML'
  6.   ClientHeight = 288
  7.   ClientWidth = 499
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object RichViewDesign1: TRichViewDesign
  18.     Left = 8
  19.     Top = 8
  20.     Width = 481
  21.     Height = 153
  22.     TabStop = True
  23.     TabOrder = 0
  24.     Tracking = True
  25.     VScrollVisible = True
  26.     FirstJumpNo = 0
  27.     Style = RVStyle2
  28.     MaxTextWidth = 0
  29.     MinTextWidth = 0
  30.     LeftMargin = 5
  31.     RightMargin = 5
  32.     BackgroundStyle = bsNoBitmap
  33.     Delimiters = ' .;,:(){}"'
  34.     AllowSelection = True
  35.     SingleClick = False
  36.     Text.Strings = (
  37.       '$.  '
  38.       '$c,001 Hit Counter HTML'
  39.       '$.  '
  40.       '$r'
  41.       '$.  '
  42.       
  43.         '$. Add this bit of HTML anywhere on your page, and Link Planner ' +
  44.         'will '
  45.       
  46.         '$, be able to keep track of the hits to your page over a 90 day ' +
  47.         'period. '
  48.       
  49.         '$, Each time you start Link Planner, it will attempt to connect ' +
  50.         'to our '
  51.       '$, servers to retrieve your most recent info.  ')
  52.   end
  53.   object Memo1: TMemo
  54.     Left = 0
  55.     Top = 168
  56.     Width = 497
  57.     Height = 73
  58.     ReadOnly = True
  59.     TabOrder = 1
  60.   end
  61.   object Button1: TButton
  62.     Left = 208
  63.     Top = 256
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Ok'
  68.     ModalResult = 1
  69.     TabOrder = 2
  70.   end
  71.   object RVStyle2: TRVStyle
  72.     TextStyles = <
  73.       item
  74.         CharSet = DEFAULT_CHARSET
  75.         FontName = 'Arial'
  76.         Size = 10
  77.         Color = clWindowText
  78.         Style = []
  79.       end
  80.       item
  81.         CharSet = DEFAULT_CHARSET
  82.         FontName = 'Arial'
  83.         Size = 10
  84.         Color = clBlue
  85.         Style = [fsBold]
  86.       end
  87.       item
  88.         CharSet = DEFAULT_CHARSET
  89.         FontName = 'Arial'
  90.         Size = 10
  91.         Color = clNavy
  92.         Style = [fsBold]
  93.       end
  94.       item
  95.         CharSet = DEFAULT_CHARSET
  96.         FontName = 'Arial'
  97.         Size = 10
  98.         Color = clMaroon
  99.         Style = [fsItalic]
  100.       end
  101.       item
  102.         CharSet = DEFAULT_CHARSET
  103.         FontName = 'Arial'
  104.         Size = 10
  105.         Color = clGreen
  106.         Style = [fsUnderline]
  107.       end
  108.       item
  109.         CharSet = DEFAULT_CHARSET
  110.         FontName = 'Arial'
  111.         Size = 10
  112.         Color = clGreen
  113.         Style = [fsUnderline]
  114.       end>
  115.     JumpCursor = 101
  116.     Color = clBtnFace
  117.     HoverColor = clNone
  118.     FullRedraw = False
  119.     SelColor = clHighlight
  120.     SelTextColor = clHighlightText
  121.     Left = 545
  122.   end
  123. end
  124.